home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / pcwiz01.arc / TYPE.INS < prev    next >
Text File  |  1991-08-22  |  988b  |  33 lines

  1. TYPE     Used to display the contents of an ASCII file
  2.          onto your monitor screen.
  3.  
  4. Format:  TYPE [D:Path]FileSpec
  5.  
  6.  
  7. Example:            TYPE D:\WP\NOTES.TXT
  8.  
  9.    Displays the text contents of the file NOTES.TXT
  10.    that is contained in the \WP directory on drive D
  11.    onto your monitor screen.
  12.  
  13.  
  14. Example:              TYPE NOTES.TXT
  15.  
  16.    Same as above, except the file NOTES.TXT resides in
  17.    the CURRENT directory on the CURRENT drive.
  18.  
  19. Example:           TYPE NOTES.TXT >LPT1
  20.  
  21.    Sends the contents of the file NOTES.TXT that is
  22.    in the CURRENT directory of the CURRENT drive to the
  23.    LPT1 printer where it will be printed instead of
  24.    being displayed on the screen.
  25.  
  26. Example:        TYPE C:\WP\LETTER.TXT |MORE
  27.  
  28.    Displays the text contents of the file LETTER.TXT in
  29.    \WP directory on drive C: onto the monitor screen
  30.    and PAUSES after each screenful of text and waits
  31.    for you to press a key before displaying the remain-
  32.    ing text.
  33.